Opc.Ua.Core
CompareDistinguishedName(X509Certificate2,List<String>) Method



Opc.Ua Namespace > X509Utils Class > CompareDistinguishedName Method : CompareDistinguishedName(X509Certificate2,List<String>) Method
Compares two distinguished names.
Syntax
'Declaration
 
Public Overloads Shared Function CompareDistinguishedName( _
   ByVal certificate As X509Certificate2, _
   ByVal parsedName As List(Of String) _
) As Boolean
'Usage
 
Dim certificate As X509Certificate2
Dim parsedName As List(Of String)
Dim value As Boolean
 
value = X509Utils.CompareDistinguishedName(certificate, parsedName)
public static bool CompareDistinguishedName( 
   X509Certificate2 certificate,
   List<string> parsedName
)
public:
static bool CompareDistinguishedName( 
   X509Certificate2^ certificate,
   List<String^>^ parsedName
) 

Parameters

certificate
parsedName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509Utils Class
X509Utils Members
Overload List